home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_kernel_source / MAINTAIN.{_C < prev    next >
Text File  |  1999-09-17  |  18KB  |  828 lines

  1.     List of maintainers and how to submit kernel changes
  2.  
  3. Please try to follow the guidelines below.  This will make things
  4. easier on the maintainers.  Not all of these guidelines matter for every
  5. trivial patch so apply some common sense.
  6.  
  7. 1.    Always _test_ your changes, however small, on at least 4 or
  8.     5 people, preferably many more.
  9.  
  10. 2.    Try to release a few ALPHA test versions to the net. Announce
  11.     them onto the kernel channel and await results. This is especially
  12.     important for device drivers, because often that's the only way
  13.     you will find things like the fact version 3 firmware needs
  14.     a magic fix you didn't know about, or some clown changed the
  15.     chips on a board and not its name.  (Don't laugh!  Look at the
  16.     SMC etherpower for that.)
  17.  
  18. 3.    Make sure your changes compile correctly in multiple
  19.     configurations. In paticular check changes work both as a module
  20.     and built into the kernel.
  21.  
  22. 4.    When you are happy with a change make it generally available for
  23.     testing and await feedback.
  24.  
  25. 5.    Make a patch available to the relevant maintainer in the list. Use
  26.     'diff -u' to make the patch easy to merge. Be prepared to get your
  27.     changes sent back with seemingly silly requests about formatting
  28.     and variable names.  These aren't as silly as they seem. One
  29.     job the maintainers (and especially Linus) do is to keep things
  30.     looking the same. Sometimes this means that the clever hack in
  31.     your driver to get around a problem actual needs to become a
  32.     generalized kernel feature ready for next time. See 
  33.     Documentation/CodingStyle for guidance here.
  34.  
  35.     PLEASE try to include any credit lines you want added with the
  36.     patch. It avoids people being missed off by mistake and makes
  37.     it easier to know who wants adding and who doesn't.
  38.  
  39.     PLEASE document known bugs. If it doesn't work for everything
  40.     or does something very odd once a month document it.
  41.  
  42. 6.    Make sure you have the right to send any changes you make. If you
  43.     do changes at work you may find your employer owns the patch
  44.     not you.
  45.  
  46. 7.    Happy hacking.
  47.  
  48.          -----------------------------------
  49.  
  50. Maintainers List (try to look for most precise areas first)
  51.  
  52. Note: For the hard of thinking, this list is meant to remain in Alphabetical
  53. order. If you could add yourselves to it in Alphabetical order that would
  54. so much easier [Ed]
  55.  
  56. P: Person
  57. M: Mail patches to
  58. L: Mailing list that is relevant to this area
  59. W: Web-page with status/info
  60. S: Status, one of the following:
  61.  
  62.     Supported:    Someone is actually paid to look after this.
  63.     Maintained:    Someone actually looks after it.
  64.     Odd Fixes:    It has a maintainer but they don't have time to do
  65.             much other than throw the odd patch in. See below..
  66.     Orphan:        No current maintainer [but maybe you could take the 
  67.             role as you write your new code].
  68.     Obsolete:    Old code. Something tagged obsolete generally means
  69.             it has been replaced by a better system and you
  70.             should be using that.
  71.  
  72. 3C501 NETWORK DRIVER
  73. P:    Alan Cox
  74. M:    alan@the.3c501.cabal.tm
  75. L:    linux-net@vger.rutgers.edu
  76. S:    Maintained
  77.  
  78. 3C505 NETWORK DRIVER
  79. P:    Philip Blundell
  80. M:    Philip.Blundell@pobox.com
  81. L:    linux-net@vger.rutgers.edu
  82. S:    Maintained
  83.  
  84. 6PACK NETWORK DRIVER FOR AX.25
  85. P:    Andreas Koensgen
  86. M:    ajk@iehk.rwth-aachen.de
  87. L:    linux-hams@vger.rutgers.edu
  88. S:    Maintained
  89.  
  90. 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
  91. P:    Paul Gortmaker
  92. M:    gpg109@rsphy1.anu.edu.au
  93. L:    linux-net@vger.rutgers.edu
  94. S:    Maintained
  95. W:    http://rsphy1.anu.edu.au/~gpg109/ne2000.html
  96.  
  97. AD1816 SOUND DRIVER
  98. P:    Thorsten Knabe
  99. M:    Thorsten Knabe <tek@rbg.informatik.tu-darmstadt.de>
  100. M:    Thorsten Knabe <tek01@hrzpub.tu-darmstadt.de>
  101. W:    http://www.student.informatik.tu-darmstadt.de/~tek/projects/linux.html
  102. W:    http://www.tu-darmstadt.de/~tek01/projects/linux.html
  103. S:    Maintained
  104.  
  105. ADVANSYS SCSI DRIVER
  106. P:    Bob Frey
  107. M:    Bob Frey <bobf@advansys.com>
  108. W:    http://www.advansys.com/linux
  109. S:    Maintained
  110.  
  111. AEDSP16 DRIVER
  112. P:    Riccardo Facchetti
  113. M:    fizban@tin.it
  114. S:    Maintained
  115.  
  116. AHA152X SCSI DRIVER
  117. P:    Juergen E. Fischer
  118. M:    Juergen Fischer <fischer@et-inf.fho-emden.de>
  119. L:    linux-scsi@vger.rutgers.edu
  120. S:    Maintained
  121.  
  122. APM DRIVER
  123. P:    Stephen Rothwell
  124. M:    Stephen.Rothwell@canb.auug.org.au
  125. L:    linux-laptop@vger.rutgers.edu
  126. S:    Maintained
  127.  
  128. APPLETALK NETWORK LAYER
  129. P:    Jay Schulist
  130. M:    Jay.Schulist@spacs.k12.wi.us
  131. L:    linux-atalk@netspace.org
  132. S:    Maintained
  133.  
  134. ARPD SUPPORT
  135. P:    Jonathan Layes
  136. M:    layes@loran.com
  137. L:    linux-net@vger.rutgers.edu
  138. S:    Maintained
  139.  
  140. ARM MFM AND FLOPPY DRIVERS
  141. P:    Dave Gilbert
  142. M:    linux@treblig.org
  143. S:    Maintained
  144.  
  145. ARM PORT
  146. P:    Russell King
  147. M:    linux@arm.uk.linux.org
  148. L:    linux-arm@vger.rutgers.edu
  149. L:    arm-linux@tardis.ed.ac.uk
  150. W:    http://www.arm.uk.linux.org/~rmk/armlinux.html
  151. S:    Maintained
  152.  
  153. AX.25 NETWORK LAYER
  154. P:    Matthias Welwarsky
  155. M:    dg2fef@afthd.tu-darmstadt.de
  156. L:    linux-hams@vger.rutgers.edu
  157. S:    Maintained
  158.  
  159. BAYCOM/HDLCDRV/SOUNDMODEM DRIVERS FOR AX.25
  160. P:    Thomas Sailer
  161. M:    sailer@ife.ee.ethz.ch
  162. L:    linux-hams@vger.rutgers.edu
  163. W:    http://www.ife.ee.ethz.ch/~sailer/ham/ham.html
  164. S:    Maintained
  165.  
  166. BUSLOGIC SCSI DRIVER
  167. P:    Leonard N. Zubkoff
  168. M:    Leonard N. Zubkoff <lnz@dandelion.com>
  169. L:    linux-scsi@vger.rutgers.edu
  170. W:    http://www.dandelion.com/Linux/
  171. S:    Maintained
  172.  
  173. CONFIGURE, MENUCONFIG, XCONFIG
  174. P:    Michael Elizabeth Chastain
  175. M:    mec@shout.net
  176. L:    linux-kbuild@torque.net
  177. S:    Maintained
  178.  
  179. CONFIGURE.HELP
  180. P:    Axel Boldt
  181. M:    boldt@math.ucsb.edu
  182. S:    Maintained
  183.  
  184. COSA/SRP SYNC SERIAL DRIVER
  185. P:    Jan "Yenya" Kasprzak
  186. M:    kas@fi.muni.cz
  187. W:    http://www.fi.muni.cz/~kas/cosa/
  188. S:    Maintained
  189.  
  190. CREDITS FILE
  191. P:    John A. Martin
  192. M:    jam@acm.org
  193. S:    Maintained
  194.  
  195. CYCLADES ASYNC MUX DRIVER
  196. P:    Ivan Passos
  197. M:    Ivan Passos <ivan@cyclades.com>
  198. W:    http://www.cyclades.com/
  199. S:    Supported
  200.  
  201. DAMA SLAVE for AX.25
  202. P:    Joerg Reuter
  203. M:    jreuter@poboxes.com
  204. W:    http://poboxes.com/jreuter/
  205. W:    http://qsl.net/dl1bke/
  206. L:    linux-hams@vger.rutgers.edu
  207. S:    Maintained
  208.  
  209. DC390/AM53C974 SCSI driver
  210. P:    Kurt Garloff
  211. M:    kurt@garloff.de
  212. W:    http://www.garloff.de/kurt/linux/dc390/
  213. S:    Maintained
  214.  
  215. DECnet NETWORK LAYER
  216. P:    Steven Whitehouse
  217. M:    SteveW@ACM.org
  218. W:    http://www.sucs.swan.ac.uk/~rohan/
  219. W:    http://www-sigproc.eng.cam.ac.uk/~sjw44/
  220. L:    netdev@roxanne.nuclecu.unam.mx
  221. S:    Maintained
  222.  
  223. DEVICE NUMBER REGISTRY
  224. P:    H. Peter Anvin
  225. M:    hpa@zytor.com
  226. L:    linux-kernel@vger.rutgers.edu
  227. S:    Maintained
  228.  
  229. DIGI INTL. EPCA DRIVER
  230. P:      Daniel Taylor
  231. M:      support@dgii.com
  232. M:      danielt@dgii.com
  233. L:      digilnux@dgii.com
  234. S:      Maintained
  235.  
  236. DIGI RIGHTSWITCH NETWORK DRIVER
  237. P:    Rick Richardson
  238. M:    rick@dgii.com
  239. L:    linux-net@vger.rutgers.edu
  240. W:    http://www.dgii.com/linux/
  241. S:    Maintained
  242.  
  243. DISKQUOTA:
  244. P:    Marco van Wieringen
  245. M:    mvw@planets.elm.net
  246. L:    linux-kernel@vger.rutgers.edu
  247. S:    Maintained
  248.  
  249. DOUBLETALK DRIVER
  250. P:    James R. Van Zandt
  251. M:    jrv@vanzandt.mv.com
  252. L:    blinux-list@redhat.com
  253. S:    Maintained
  254.  
  255. EATA-DMA SCSI DRIVER
  256. P:    Michael Neuffer
  257. M:    mike@i-Connect.Net
  258. L:    linux-eata@i-connect.net, linux-scsi@vger.rutgers.edu
  259. S:    Maintained
  260.  
  261. EATA ISA/EISA/PCI SCSI DRIVER
  262. P:    Dario Ballabio
  263. M:    dario@milano.europe.dg.com
  264. L:    linux-scsi@vger.rutgers.edu
  265. S:    Maintained
  266.  
  267. EATA-PIO SCSI DRIVER
  268. P:    Michael Neuffer
  269. M:    mike@i-Connect.Net
  270. L:    linux-eata@i-connect.net, linux-scsi@vger.rutgers.edu
  271. S:    Maintained
  272.  
  273. ETHEREXPRESS-16 NETWORK DRIVER
  274. P:    Philip Blundell
  275. M:    Philip.Blundell@pobox.com
  276. L:    linux-net@vger.rutgers.edu
  277. S:    Maintained
  278.  
  279. ETHERTEAM 16I DRIVER
  280. P:      Mika Kuoppala
  281. M:      miku@iki.fi
  282. S:      Maintained
  283.  
  284. EXT2 FILE SYSTEM
  285. P:    Remy Card
  286. M:    Remy.Card@linux.org
  287. L:    linux-kernel@vger.rutgers.edu
  288. S:    Maintained
  289.  
  290. FILE LOCKING (flock() and fcntl()/lockf())
  291. P:    Andy Walker
  292. M:    andy@lysaker.kvaerner.no
  293. L:    linux-kernel@vger.rutgers.edu
  294. S:    Maintained
  295.  
  296. FPU EMULATOR
  297. P:    Bill Metzenthen
  298. M:    billm@suburbia.net
  299. W:    http://suburbia.net/~billm/floating-point/emulator/
  300. S:    Maintained
  301.  
  302. FRAME RELAY DLCI/FRAD (Sangoma drivers too)
  303. P:    Mike McLagan
  304. M:    mike.mclagan@linux.org
  305. L:    linux-net@vger.rutgers.edu
  306. S:    Maintained
  307.  
  308. FTAPE/QIC-117
  309. P:    Claus-Justus Heine
  310. M:    claus@momo.math.rwth-aachen.de
  311. L:    linux-tape@vger.rutgers.edu
  312. W:    http://www-math.math.rwth-aachen.de/~LBFM/claus/ftape/
  313. S:    Maintained
  314.  
  315. FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
  316. P:    Rik Faith
  317. M:    faith@cs.unc.edu
  318. L:    linux-scsi@vger.rutgers.edu
  319. S:    Odd fixes (e.g., new signatures)
  320.  
  321. GDT SCSI DISK ARRAY CONTROLLER DRIVER
  322. P:    Achim Leubner
  323. M:    achim@vortex.de
  324. L:    linux-scsi@vger.rutgers.edu
  325. W:    http://www.icp-vortex.com/
  326. S:    Supported
  327.  
  328. HAYES ESP SERIAL DRIVER
  329. P:    Andrew J. Robinson
  330. M:    arobinso@nyx.net
  331. L:    linux-kernel@vger.rutgers.edu
  332. W:    http://www.nyx.net/~arobinso
  333. S:    Maintained
  334.  
  335. HFS FILESYSTEM
  336. P:      Adrian Sun
  337. M:      asun@u.washington.edu
  338. L:      linux-kernel@vger.rutgers.edu
  339. S:      Maintained
  340.  
  341. HIGH-SPEED SCC DRIVER FOR AX.25
  342. P:    Klaus Kudielka
  343. M:    oe1kib@oe1kib.ampr.org
  344. L:    linux-hams@vger.rutgers.edu
  345. S:    Maintained
  346.  
  347. HIPPI
  348. P:    Jes Sorensen
  349. M:    Jes.Sorensen@cern.ch
  350. L:    linux-hippi@sunsite.auc.dk
  351. S:    Maintained
  352.  
  353. HP100:    Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
  354. P:    Jaroslav Kysela
  355. M:    perex@jcu.cz
  356. S:    Maintained
  357.  
  358. IBM MCA SCSI SUBSYSTEM DRIVER
  359. P:    Michael Lang
  360. M:    langa2@kph.uni-mainz.de
  361. W:    http://www.uni-mainz.de/~langm000/linux.html
  362. S:    Maintained
  363.  
  364. IDE DRIVER [GENERAL]
  365. P:    Andre Hedrick
  366. M:    hedrick@astro.dyer.vanderbilt.edu
  367. L:    linux-kernel@vger.rutgers.edu
  368. S:    Maintained
  369.  
  370. IDE/ATAPI CDROM DRIVER 
  371. P:    Jens Axboe
  372. M:    axboe@image.dk
  373. L:    linux-kernel@vger.rutgers.edu
  374. S:    Maintained
  375.  
  376. IDE/ATAPI TAPE/FLOPPY DRIVERS
  377. P:    Gadi Oxman
  378. M:    Gadi Oxman <gadio@netvision.net.il>
  379. L:    linux-kernel@vger.rutgers.edu
  380. S:    Maintained
  381.  
  382. IP FIREWALL
  383. P:    Paul Russell
  384. M:    Paul.Russell@rustcorp.com.au
  385. W:    http://www.rustcorp.com/linux/ipchains
  386. S:    Supported
  387.  
  388. IPX/SPX NETWORK LAYER
  389. P:    Jay Schulist
  390. M:    Jay Schulist <Jay.Schulist@spacs.k12.wi.us>
  391. L:    linux-net@vger.rutgers.edu
  392. S:    Maintained
  393.  
  394. IRDA SUBSYSTEM
  395. P:      Dag Brattli
  396. M:      Dag Brattli <dagb@cs.uit.no>
  397. L:      linux-irda@list.uit.no
  398. W:      http://www.cs.uit.no/linux-irda/
  399. S:      Maintained
  400.  
  401. ISDN SUBSYSTEM
  402. P:    Fritz Elfert
  403. M:    fritz@wuemaus.franken.de
  404. L:    isdn4linux@hub-wue.franken.de
  405. S:    Maintained
  406.  
  407. JOYSTICK DRIVER
  408. P:    Vojtech Pavlik
  409. M:    vojtech@ucw.cz
  410. L:    linux-joystick@atrey.karlin.mff.cuni.cz
  411. W:    http://atrey.karlin.mff.cuni.cz/~vojtech/joystick/
  412. S:    Maintained
  413.  
  414. KERNEL AUTOMOUNTER (AUTOFS)
  415. P:    H. Peter Anvin
  416. M:    hpa@zytor.com
  417. L:    autofs@linux.kernel.org
  418. S:    Maintained
  419.  
  420. KERNEL NFSD
  421. P:    G. Allen Morris III
  422. M:    gam3@acm.org
  423. L:    nfs-devel@linux.kernel.org (Linux NFS)
  424. W:    http://csua.berkeley.edu/~gam3/knfsd
  425. S:    Maintained
  426.  
  427. LAPB module
  428. P:    Henner Eisen
  429. M:    eis@baty.hanse.de
  430. L:    linux-x25@vger.rutgers.edu
  431. S:    Maintained
  432.  
  433. LINUX FOR POWERPC (PREP)
  434. P:    Cort Dougan
  435. M:    cort@cs.nmt.edu
  436. W:    http://linuxppc.cs.nmt.edu/
  437. S:    Maintained
  438.  
  439. LINUX FOR POWER MACINTOSH
  440. P:    Paul Mackerras
  441. M:    paulus@cs.anu.edu.au
  442. L:    linux-pmac@samba.anu.edu.au
  443. S:    Maintained
  444.  
  445. M68K
  446. P:    Jes Sorensen
  447. M:    Jes.Sorensen@cern.ch
  448. W:    http://www.clark.net/pub/lawrencc/linux/index.html
  449. L:    linux-m68k@lists.linux-m68k.org
  450. S:    Maintained
  451.  
  452. M68K ON APPLE MACINTOSH
  453. P:    Alan Cox
  454. M:    Alan.Cox@linux.org
  455. W:    http://www.mac.linux-m68k.org/home.html
  456. L:    linux-mac68k@wave.lm.com
  457. S:    As time permits [Michael confess, you are the mac68k maintainer 8)]
  458.  
  459. M68K ON HP9000/300
  460. P:    Philip Blundell
  461. M:    philb@gnu.org
  462. W:    http://www.tazenda.demon.co.uk/phil/linux-hp
  463. S:    Maintained
  464.  
  465. MIPS
  466. P:    Ralf Baechle
  467. M:    ralf@gnu.ai.mit.edu
  468. W:    http://lena.fnet.fr/
  469. L:    linux-mips@fnet.fr
  470. S:    Maintained
  471.  
  472. MISCELLANEOUS MCA-SUPPORT
  473. P:    David Weinehall
  474. M:    mcalinux@acc.umu.se (project MCA-team)
  475. M:    tao@acc.umu.se (personal)
  476. L:    linux-kernel@vger.rutgers.edu
  477. S:    Maintained
  478.  
  479. MODULE SUPPORT [GENERAL], KERNELD
  480. P:    Richard Henderson
  481. M:    richard@gnu.ai.mit.edu
  482. L:    linux-kernel@vger.rutgers.edu
  483. S:    Maintained
  484.  
  485. MOUSE AND MISC DEVICES [GENERAL]
  486. P:    Alessandro Rubini
  487. M:    rubini@ipvvis.unipv.it
  488. L:    linux-kernel@vger.rutgers.edu
  489. S:    Maintained
  490.  
  491. MTRR AND SIMILAR SUPPORT [i386]
  492. P:    Richard Gooch
  493. M:    rgooch@atnf.csiro.au
  494. L:    linux-kernel@vger.rutgers.edu
  495. W:    http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
  496. S:    Maintained
  497.  
  498. MULTISOUND SOUND DRIVER
  499. P:    Andrew Veliath
  500. M:    andrewtv@usa.net
  501. S:    Maintained
  502.  
  503. NCP FILESYSTEM
  504. P:    Petr Vandrovec
  505. M:    vandrove@vc.cvut.cz
  506. P:    Volker Lendecke
  507. M:    vl@kki.org
  508. L:    linware@sh.cvut.cz
  509. S:    Maintained
  510.  
  511. NETROM NETWORK LAYER
  512. P:    Tomi Manninen 
  513. M:    Tomi.Manninen@hut.fi
  514. L:    linux-hams@vger.rutgers.edu
  515. S:    Maintained
  516.  
  517. NETWORK BLOCK DEVICE
  518. P:    Pavel Machek
  519. M:    pavel@atrey.karlin.mff.cuni.cz
  520. S:    Maintained
  521.  
  522. NETWORKING [GENERAL]
  523. P:    Networking Teak
  524. M:    netdev@nuclecu.unam.mx
  525. L:    linux-net@vger.rutgers.edu
  526. W:    http://www.uk.linux.org/NetNews.html (2.0 only)
  527. S:    Maintained
  528.  
  529. NETWORKING [IPv4/IPv6]
  530. P:    David S. Miller
  531. M:    davem@redhat.com
  532. P:    Andi Kleen
  533. M:    ak@muc.de
  534. P:    Alexey Kuznetsov
  535. M:    kuznet@ms2.inr.ac.ru
  536. L:    netdev@roxanne.nuclecu.unam.mx
  537. S:    Maintained
  538.  
  539. NFS CLIENT
  540. P:      Trond Myklebust
  541. M:      trond.myklebust@fys.uio.no
  542. L:      linux-kernel@vger.rutgers.edu
  543. S:      Maintained
  544.  
  545. NI5010 NETWORK DRIVER
  546. P:     Jan-Pascal van Best and Andreas Mohr
  547. M:     jvbest@qv3pluto.leidenuniv.nl (Best)
  548. M:     100.30936@germany.net (Mohr)
  549. L:     linux-net@vger.rutgers.edu
  550. S:     Maintained
  551.  
  552. NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
  553. P:    Eberhard Moenkeberg
  554. M:    emoenke@gwdg.de
  555. L:    linux-kernel@vger.rutgers.edu
  556. S:    Maintained
  557.  
  558. OPL3-SA2, SA3, and SAx DRIVER
  559. P:    Scott Murray
  560. M:    scottm@interlog.com
  561. L:    linux-sound@vger.rutgers.edu
  562. S:    Maintained
  563.  
  564. PARALLEL PORT SUPPORT
  565. P:    Phil Blundell
  566. M:    Philip.Blundell@pobox.com
  567. P:    Tim Waugh
  568. M:    tim@cyberelk.demon.co.uk
  569. P:    David Campbell
  570. M:    campbell@torque.net
  571. P:    Andrea Arcangeli
  572. M:    andrea@e-mind.com
  573. L:    linux-parport@torque.net
  574. W:    http://www.cyberelk.demon.co.uk/parport.html
  575. S:    Maintained
  576.  
  577. PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
  578. P:    Grant Guenther
  579. M:    grant@torque.net
  580. L:    linux-parport@torque.net
  581. W:    http://www.torque.net/linux-pp.html
  582. S:    Maintained
  583.  
  584. PCI ID DATABASE
  585. P:    Jens Maurer
  586. M:    jmaurer@cck.uni-kl.de
  587. S:    Maintained
  588.  
  589. PCI SUBSYSTEM
  590. P:    Martin Mares
  591. M:    mj@atrey.karlin.mff.cuni.cz
  592. L:    linux-kernel@vger.rutgers.edu
  593. S:    Maintained
  594.  
  595. PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
  596. P:    Thomas Sailer
  597. M:    sailer@ife.ee.ethz.ch
  598. L:    linux-sound@vger.rutgers.edu
  599. W:    http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
  600. S:    Maintained
  601.  
  602. PCNET32 NETWORK DRIVER
  603. P:    Thomas Bogend÷rfer
  604. M:    tsbogend@alpha.franken.de
  605. L:    linux-net@vger.rutgers.edu
  606. S:    Maintained
  607.  
  608. PNP SUPPORT
  609. P:    Tom Lees
  610. M:    tom@lpsg.demon.co.uk
  611. L:    pnp-users@ferret.lmh.ox.ac.uk
  612. L:    pnp-devel@ferret.lmh.ox.ac.uk
  613. W:    http://www-jcr.lmh.ox.ac.uk/~pnp/
  614. S:    Maintained
  615.  
  616. PPP PROTOCOL DRIVERS AND COMPRESSORS
  617. P:    Al Longyear
  618. M:    longyear@pobox.com
  619. L:    linux-ppp@vger.rutgers.edu
  620. S:    Maintained
  621.  
  622. REAL TIME CLOCK DRIVER
  623. P:    Paul Gortmaker
  624. M    gpg109@rsphy1.anu.edu.au
  625. L:    linux-kernel@vger.rutgers.edu
  626. S:    Maintained
  627.  
  628. ROSE NETWORK LAYER
  629. P:    Frederic Rible
  630. M:    frible@teaser.fr
  631. L:    linux-hams@vger.rutgers.edu
  632. S:    Maintained
  633.  
  634. RISCOM8 DRIVER
  635. P:    Dmitry Gorodchanin
  636. M:    pgmdsg@ibi.com
  637. L:    linux-kernel@vger.rutgers.edu
  638. S:    Maintained
  639.  
  640. SBPCD CDROM DRIVER
  641. P:    Eberhard Moenkeberg
  642. M:    emoenke@gwdg.de
  643. L:    linux-kernel@vger.rutgers.edu
  644. S:    Maintained
  645.  
  646. SCSI SG DRIVER
  647. P:    Doug Gilbert
  648. M:    dgilbert@interlog.com
  649. L:    linux-scsi@vger.rutgers.edu
  650. W:    http://www.torque.net/sg
  651. S:    Maintained
  652.  
  653. SCSI SUBSYSTEM
  654. L:    linux-scsi@vger.rutgers.edu
  655. S:    Unmaintained
  656.  
  657. SCSI TAPE DRIVER
  658. P:    Kai Mdkisara
  659. M:    Kai.Makisara@metla.fi
  660. L:    linux-scsi@vger.rutgers.edu
  661. S:    Maintained
  662.  
  663. SGI VISUAL WORKSTATION 320 AND 540
  664. P:    Bent Hagemark
  665. M:    bh@sgi.com
  666. P:    Ingo Molnar
  667. M:    mingo@redhat.com
  668. S:    Maintained
  669.  
  670. SMB FILESYSTEM
  671. P:    Volker Lendecke
  672. M:    vl@kki.org
  673. L:    samba@listproc.anu.edu.au
  674. S:    Maintained
  675.  
  676. SMP: (except SPARC)
  677. P:    Linus Torvalds
  678. M:    torvalds@transmeta.com
  679. L:    linux-smp@vger.rutgers.edu
  680. S:    Maintained
  681.  
  682. SONIC NETWORK DRIVER
  683. P:    Thomas Bogendoerfer
  684. M:    tsbogend@alpha.franken.de
  685. L:    linux-net@vger.rutgers.edu
  686. S:    Maintained
  687.  
  688. SOUND
  689. P:    Alan Cox 
  690. M:    alan@redhat.com
  691. S:    Supported
  692.  
  693. SPARC:
  694. P:    David S. Miller
  695. M:    davem@redhat.com
  696. P:    Eddie C. Dost
  697. M:    ecd@skynet.be
  698. P:    Jakub Jelinek
  699. M:    jj@sunsite.ms.mff.cuni.cz
  700. P:    Anton Blanchard
  701. M:    anton@jubilex.progsoc.uts.edu.au
  702. L:    sparclinux@vger.rutgers.edu
  703. L:    ultralinux@vger.rutgers.edu
  704. W:    http://ultra.linux.cz
  705. W:    http://www.geog.ubc.ca/s_linux.html
  706. S:    Maintained
  707.  
  708. SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
  709. P:    Roger Wolff
  710. M:    R.E.Wolff@BitWizard.nl
  711. M:    io8-linux@specialix.co.uk
  712. L:    linux-kernel@vger.rutgers.edu ?
  713. S:    Supported
  714.  
  715. SPX NETWORK LAYER
  716. P:    Jay Schulist
  717. M:    Jay.Schulist@spacs.k12.wi.us
  718. L:    linux-net@vger.rutgers.edu
  719. S:    Supported
  720.  
  721. STALLION TECHNOLOGIES MULTIPORT SERIAL BOARDS
  722. P:    Greg Ungerer
  723. M:    support@stallion.oz.au
  724. M:    gerg@stallion.com
  725. W:    http://www.stallion.com
  726. S:    Supported
  727.  
  728. STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
  729. W:    http://mosquitonet.Stanford.EDU/strip.html
  730. S:    Unsupported ?
  731.  
  732. SVGA HANDLING
  733. P:    Martin Mares
  734. M:    mj@atrey.karlin.mff.cuni.cz
  735. L:    linux-video@atrey.karlin.mff.cuni.cz
  736. S:    Maintained
  737.  
  738. SYSV FILESYSTEM
  739. P:    Krzysztof G. Baranowski
  740. M:    kgb@manjak.knm.org.pl
  741. S:    Maintained
  742.  
  743. TLAN NETWORK DRIVER
  744. P:    James Banks
  745. M:    james@sovereign.org
  746. L:    tlan@vuser.vu.union.edu
  747. S:    Maintained
  748.  
  749. TOKEN-RING NETWORK DRIVER
  750. P:    Paul Norton
  751. M:    pnorton@ieee.org
  752. L:    linux-net@vger.rutgers.edu
  753. L:    linux-tr@emissary.aus-etc.com
  754. S:    Maintained
  755.  
  756. U14-34F SCSI DRIVER
  757. P:    Dario Ballabio
  758. M:    dario@milano.europe.dg.com
  759. L:    linux-scsi@vger.rutgers.edu
  760. S:    Maintained
  761.  
  762. UMSDOS FILESYSTEM
  763. P:    Matija Nalis
  764. M:    mnalis@jagor.srce.hr
  765. L:    linux-kernel@vger.rutgers.edu
  766. S:    Maintained
  767.  
  768. UNIFORM CDROM DRIVER 
  769. P:    Jens Axboe
  770. M:    axboe@image.dk
  771. L:    linux-kernel@vger.rutgers.edu
  772. S:    Maintained
  773.  
  774. VFAT FILESYSTEM:
  775. P:    Gordon Chaffee
  776. M:    chaffee@cs.berkeley.edu
  777. L:    linux-kernel@vger.rutgers.edu
  778. W:    http://bmrc.berkeley.edu/people/chaffee
  779. S:    Maintained
  780.  
  781. VIDEO FOR LINUX
  782. P:    Alan Cox
  783. M:    Alan.Cox@linux.org
  784. W:    http://roadrunner.swansea.linux.org.uk/v4l.shtml
  785. S:    Maintained
  786.  
  787. WAN ROUTER AND SANGOMA WANPIPE DRIVERS (X.25, FRAME RELAY, PPP)
  788. P:     Gene Kozin
  789. M:     genek@compuserve.com
  790. M:     dm@sangoma.com
  791. W:     http://www.sangoma.com
  792. S:     Supported
  793.  
  794. WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
  795. P:    Jean Tourrilhes
  796. M:    jt@hplb.hpl.hp.com
  797. S:    Maintained
  798.  
  799. WD7000 SCSI DRIVER
  800. P:    Miroslav Zagorac
  801. M:    zaga@fly.cc.fer.hr
  802. L:    linux-scsi@vger.rutgers.edu
  803. S:    Maintained
  804.  
  805. X.25 NETWORK LAYER
  806. P:    Henner Eisen
  807. M:    eis@baty.hanse.de
  808. L:    linux-x25@vger.rutgers.edu
  809. S:    Maintained
  810.  
  811. Z85230 SYNCHRONOUS DRIVER
  812. P:    Alan Cox
  813. M:    alan@redhat.com
  814. W:    http://roadrunner.swansea.linux.org.uk/synchronous.shtml
  815. S:    Maintained
  816.  
  817. Z8530 DRIVER FOR AX.25
  818. P:    Joerg Reuter
  819. M:    jreuter@poboxes.com
  820. W:    http://poboxes.com/jreuter/
  821. W:    http://qsl.net/dl1bke/
  822. L:    linux-hams@vger.rutgers.edu
  823. S:    Maintained
  824.  
  825. THE REST
  826. P:    Linus Torvalds
  827. S:    Buried alive in reporters
  828.